Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [POC] for Vertical Tagging Feature #4523

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

Conversation

AfaqShuaib09
Copy link
Contributor

@AfaqShuaib09 AfaqShuaib09 commented Dec 23, 2024

PROD-4255

This PR adds a POC for the Vertical Tagging by creating a separate app in course-discovery

Registered models to support this feature

image

Vertical and Subvertical admin entry list page

image

Upload CSV button rendering on admin

image

Upload CSV button to support bulk uploading and backpopulation

image

Copy link
Contributor

@Ali-D-Akbar Ali-D-Akbar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me 👏

"""
Model used to assign verticals to program.
"""
program = models.ForeignKey(Program, on_delete=models.CASCADE, related_name='program_verticals')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it that we have a OneToOneField with Course but ForeignKey in Programs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be one-to-one thanks for pointing out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants